-
Notifications
You must be signed in to change notification settings - Fork 371
feat: Add support for Groot N1.5 model #3736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Dheeraj Peri <[email protected]>
Signed-off-by: Dheeraj Peri <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems mostly good to go to me
_enums.dtype._from(input.dtype).to(torch.dtype), | ||
_enums.dtype._from(other.dtype).to(torch.dtype), | ||
) | ||
if ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we start noting down these specific type behavior things somewhere, like in the contributor docs?
@@ -368,7 +368,8 @@ def compile(self) -> None: | |||
enabled_precisions=self.enabled_precisions, | |||
**self.additional_settings, | |||
) | |||
deallocate_module(self.original_model, delete_module=False) | |||
if self.additional_settings.get("offload_module_to_cpu", False): | |||
deallocate_module(self.original_model, delete_module=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does deallocate but dont delete do?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: